home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / kcl / akcl / akcl1615.lha / h / rt_aix.defs < prev    next >
Text File  |  1991-07-24  |  1KB  |  45 lines

  1. LBINDIR=/usr/bin
  2. #defs for the makefiles
  3.  
  4. # for rt
  5. OFLAG    =   -O
  6. OFLAG    =  
  7. LIBS    = -lm  -lg
  8. # for plc88 can't have this
  9. LIBS    = -lm 
  10. ODIR_DEBUG= -g
  11.  
  12. SHELL=/bin/sh
  13. .IGNORE:
  14.  
  15. # The -a option is necessary because of size limitiations,
  16. # for the files alloc.c, main.c, gbc.c.  We add it for all!
  17. CC = cc -Nn3000 -DNO_VOID_STAR -DVOL= -I$(AKCLDIR)/o  -Wl,-S0xa000000 -a
  18. # Note pl8cc cannot compile c/fat_string.c.
  19. # When this fails just repeat the same command manually
  20. # using cc.
  21. # When using xlc:
  22. # CC = xlc -qlanglvl=ext -qnoprint -DCOM_LENG= -DVOL= -I$(AKCLDIR)/o  -Wl,-S0xa000000 
  23.  
  24.  
  25. # CC = pl8cc -DCOM_LENG=1 -DVOL= -I$(AKCLDIR)/o  -Wl,-S0xa000000 
  26.  
  27.  
  28.  
  29.  
  30. MAINDIR = /public/kcl
  31. CFLAGS    = -c $(DEFS)  -I../h
  32.  
  33. # The fast loading currently works for ATT and BSD with 68000 or 386
  34. # architectures.  Unless you have these, leave these undefined.
  35. RSYM    = rsym
  36. SFASL    = $(ODIR)/sfasl.o
  37.  
  38. # When using SFASL it is good to have (si::build-symbol-table)
  39. INITFORM=(si::build-symbol-table)
  40.  
  41. # Use symbolic links
  42. SYMB= -s
  43.  
  44.  
  45.